func go.pact.im/x/goupdate.log

13 uses

	go.pact.im/x/goupdate (current package)
		main.go#L65: 				log("updated go directive from " + oldVersion + ": " + dir)
		main.go#L79: 	log("comparing state")
		main.go#L97: 	log(err.Error())
		main.go#L101: func log(s string) {
		packages.go#L17: 	log("loading packages")
		packages.go#L22: 	log("loaded packages: " + strconv.Itoa(len(pkgs)))
		tests.go#L54: 	log("running tests")
		upgrade.go#L12: 		log("iteration " + strconv.Itoa(i))
		upgrade.go#L24: 		log("looking for upgrades")
		upgrade.go#L38: 			log(m.Path + "@" + m.Version + " => " + d.Version)
		upgrade.go#L44: 		log("found upgrades: " + strconv.Itoa(len(upgrades)))
		upgrade.go#L51: 		log("updating require directives")
		upgrade.go#L58: 		log("syncing workspace")